galleryview
Module Contents
alltypes
Module Contents
abstract
class
BaseActivityProvider
:
BaseImageProvider
Module Contents
BaseActivityProvider
(
activity
:
Activity
)
val
activity
:
Activity
abstract
fun
onActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
)
:
Unit
abstract
fun
onPermissionResult
(
requestCode
:
Int
,
permissions
:
Array
<
String
>
,
grantResults
:
IntArray
)
:
Unit
abstract
class
BaseImageProvider
Module Contents
BaseImageProvider
(
)
protected
fun
createImage
(
originalPath
:
Uri
,
thumbinalPath
:
Uri
,
thumbinalSmallPath
:
Uri
,
width
:
Int
,
height
:
Int
)
:
GalleryImage
var
gallerProviderContract
:
GalleryProviderContract
?
@DrawableRes
abstract
fun
getProviderIcon
(
)
:
Int
abstract
fun
getProviderTitle
(
)
:
String
fun
onImageSelected
(
image
:
GalleryImage
)
:
Unit
fun
onImagesSelected
(
images
:
List
<
GalleryImage
>
)
:
Unit
abstract
fun
startProvider
(
)
:
Unit
class
BuildConfig
Module Contents
BuildConfig
(
)
static
val
APPLICATION_ID
:
String
static
val
BUILD_TYPE
:
String
static
val
DEBUG
:
Boolean
static
val
FLAVOR
:
String
static
val
VERSION_CODE
:
Int
static
val
VERSION_NAME
:
String
class
BuildConfig
Module Contents
BuildConfig
(
)
static
val
APPLICATION_ID
:
String
static
val
BUILD_TYPE
:
String
static
val
DEBUG
:
Boolean
static
val
FLAVOR
:
String
static
val
VERSION_CODE
:
Int
static
val
VERSION_NAME
:
String
class
CameraImageProvider
:
BaseActivityProvider
Module Contents
CameraImageProvider
(
activity
:
Activity
)
fun
getProviderIcon
(
)
:
Int
fun
getProviderTitle
(
)
:
String
fun
onActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
)
:
Unit
fun
onPermissionResult
(
requestCode
:
Int
,
permissions
:
Array
<
String
>
,
grantResults
:
IntArray
)
:
Unit
fun
startProvider
(
)
:
Unit
open
class
FileImageProvider
:
BaseActivityProvider
Module Contents
FileImageProvider
(
activity
:
Activity
)
fun
enableMultipleImagePick
(
)
:
Unit
open
fun
getProviderIcon
(
)
:
Int
open
fun
getProviderTitle
(
)
:
String
open
fun
onActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
)
:
Unit
open
fun
onPermissionResult
(
requestCode
:
Int
,
permissions
:
Array
<
String
>
,
grantResults
:
IntArray
)
:
Unit
open
fun
startProvider
(
)
:
Unit
data
class
GalleryImage
Module Contents
GalleryImage
(
originalPath
:
Uri
,
thumbinalPath
:
Uri
,
thumbinalSmallPath
:
Uri
,
width
:
Int
,
height
:
Int
)
val
height
:
Int
val
originalPath
:
Uri
val
thumbinalPath
:
Uri
val
thumbinalSmallPath
:
Uri
val
width
:
Int
interface
GalleryProviderContract
Module Contents
abstract
fun
onImageAdded
(
image
:
GalleryImage
)
:
Unit
abstract
fun
onImagesAdded
(
images
:
List
<
GalleryImage
>
)
:
Unit
class
GalleryView
:
LinearLayout
Module Contents
GalleryView
(
context
:
Context
,
attributeSet
:
AttributeSet
?
=
null
,
defStyle
:
Int
=
-1
)
fun
addProvider
(
provider
:
BaseImageProvider
)
:
Unit
fun
enableDeletingWithActionMode
(
toolbar
:
Toolbar
)
:
Unit
fun
getSelectedImages
(
)
:
Array
<
GalleryImage
>
fun
onActivityResult
(
requestCode
:
Int
?
,
resultCode
:
Int
?
,
data
:
Intent
?
)
:
Unit
fun
onRequestPermissionResult
(
requestCode
:
Int
?
,
permissions
:
Array
<
String
>
?
,
grantResults
:
IntArray
?
)
:
Unit
fun
setImages
(
uris
:
List
<
Uri
>
)
:
Unit
class
ProviderDialogAdapter
:
Adapter
<
ProviderDialogItemViewHolder
>
Module Contents
ProviderDialogAdapter
(
)
var
callback
:
ProviderSelectedCallback
?
fun
getItemCount
(
)
:
Int
var
items
:
ArrayList
<
ProviderItem
>
fun
onBindViewHolder
(
holder
:
ProviderDialogItemViewHolder
?
,
position
:
Int
)
:
Unit
fun
onCreateViewHolder
(
parent
:
ViewGroup
?
,
viewType
:
Int
)
:
ProviderDialogItemViewHolder
class
ProviderDialogItemViewHolder
:
ViewHolder
Module Contents
ProviderDialogItemViewHolder
(
view
:
View
)
fun
bind
(
item
:
ProviderItem
,
callback
:
ProviderSelectedCallback
?
)
:
Unit
data
class
ProviderItem
Module Contents
ProviderItem
(
@DrawableRes
icon
:
Int
,
title
:
String
)
val
icon
:
Int
val
title
:
String
interface
ProviderSelectedCallback
Module Contents
abstract
fun
onSelectedProvider
(
position
:
Int
)
:
Unit
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
gw_edit_mode_enabled
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
provider_icon_tint
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
circle_badge_red
:
Int
static
var
default_image
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
ic_camera
:
Int
static
var
ic_clear_white_24dp
:
Int
static
var
ic_delete_white_24dp
:
Int
static
var
ic_done_white_24dp
:
Int
static
var
ic_provider_default
:
Int
static
var
ic_storage
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
gallery_image_holder
:
Int
static
var
gallery_image_select
:
Int
static
var
gallery_items_delete
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
provider_icon
:
Int
static
var
provider_name
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
select_provider_dialog_provider_list
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
gallery_image_item
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
select_provider_bottom_dialog_content
:
Int
static
var
select_provider_bottom_dialog_item
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
menu
Module Contents
menu
(
)
static
var
gallery_toolbar_edit_mode
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
add_tool_galler_add_button
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
camera_provider_name
:
Int
static
var
character_counter_pattern
:
Int
static
var
file_provider_name
:
Int
static
var
gallery_delete_images_menu_title
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
provider_icon_content_description
:
Int
static
var
search_menu_title
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
GalleryView
:
IntArray
static
var
GalleryView_gw_edit_mode_enabled
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
gw_edit_mode_enabled
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
provider_icon_tint
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
circle_badge_red
:
Int
static
var
default_image
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
ic_camera
:
Int
static
var
ic_clear_white_24dp
:
Int
static
var
ic_delete_white_24dp
:
Int
static
var
ic_done_white_24dp
:
Int
static
var
ic_provider_default
:
Int
static
var
ic_storage
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
gallery_image_holder
:
Int
static
var
gallery_image_select
:
Int
static
var
gallery_items_delete
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
provider_icon
:
Int
static
var
provider_name
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
select_provider_dialog_provider_list
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
gallery_image_item
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
select_provider_bottom_dialog_content
:
Int
static
var
select_provider_bottom_dialog_item
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
menu
Module Contents
menu
(
)
static
var
gallery_toolbar_edit_mode
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
add_tool_galler_add_button
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
camera_provider_name
:
Int
static
var
character_counter_pattern
:
Int
static
var
file_provider_name
:
Int
static
var
gallery_delete_images_menu_title
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
provider_icon_content_description
:
Int
static
var
search_menu_title
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
GalleryView
:
IntArray
static
var
GalleryView_gw_edit_mode_enabled
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
character_counter_pattern
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
character_counter_pattern
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
id
Module Contents
id
(
)
static
var
ghost_view
:
Int
static
var
parent_matrix
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
id
Module Contents
id
(
)
static
var
ghost_view
:
Int
static
var
parent_matrix
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
controlBackground
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
isLightTheme
:
Int
static
var
itemPadding
:
Int
static
var
layout
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
state_above_anchor
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
contentPanel
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
up
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
controlBackground
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
isLightTheme
:
Int
static
var
itemPadding
:
Int
static
var
layout
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
state_above_anchor
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
contentPanel
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
up
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
android_descendantFocusability
:
Int
static
var
android_orientation
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
layoutManager
:
Int
static
var
reverseLayout
:
Int
static
var
spanCount
:
Int
static
var
stackFromEnd
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
class
id
Module Contents
id
(
)
static
var
item_touch_helper_previous_elevation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
android_descendantFocusability
:
Int
static
var
android_orientation
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
layoutManager
:
Int
static
var
reverseLayout
:
Int
static
var
spanCount
:
Int
static
var
stackFromEnd
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
class
id
Module Contents
id
(
)
static
var
item_touch_helper_previous_elevation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
class
R
Module Contents
R
(
)
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
class
R
Module Contents
R
(
)
class
R
Module Contents
R
(
)
class
SelectProviderDialog
:
BottomSheetDialogFragment
Module Contents
SelectProviderDialog
(
manager
:
FragmentManager
,
callback
:
SelectProviderDialogCallback
,
providers
:
List
<
BaseImageProvider
>
)
val
callback
:
SelectProviderDialogCallback
val
manager
:
FragmentManager
fun
onDismiss
(
dialog
:
DialogInterface
?
)
:
Unit
val
providers
:
List
<
BaseImageProvider
>
fun
setupDialog
(
dialog
:
Dialog
?
,
style
:
Int
)
:
Unit
fun
show
(
)
:
Unit
interface
SelectProviderDialogCallback
Module Contents
abstract
fun
onItemSelected
(
position
:
Int
)
:
Unit
abstract
fun
onSelectionCancelled
(
)
:
Unit
package
android.support.compat
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.coreui
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.coreutils
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.design
Module Contents
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
character_counter_pattern
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
character_counter_pattern
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
package
android.support.fragment
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.graphics.drawable
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.graphics.drawable.animated
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.mediacompat
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.transition
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
id
Module Contents
id
(
)
static
var
ghost_view
:
Int
static
var
parent_matrix
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
id
Module Contents
id
(
)
static
var
ghost_view
:
Int
static
var
parent_matrix
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.v4
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
android.support.v7.appcompat
Module Contents
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
controlBackground
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
isLightTheme
:
Int
static
var
itemPadding
:
Int
static
var
layout
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
state_above_anchor
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
contentPanel
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
up
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
controlBackground
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
isLightTheme
:
Int
static
var
itemPadding
:
Int
static
var
layout
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
state_above_anchor
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
contentPanel
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
shortcut
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
up
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
search_menu_title
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
package
android.support.v7.recyclerview
Module Contents
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
android_descendantFocusability
:
Int
static
var
android_orientation
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
layoutManager
:
Int
static
var
reverseLayout
:
Int
static
var
spanCount
:
Int
static
var
stackFromEnd
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
class
id
Module Contents
id
(
)
static
var
item_touch_helper_previous_elevation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
class
R
Module Contents
R
(
)
class
attr
Module Contents
attr
(
)
static
var
android_descendantFocusability
:
Int
static
var
android_orientation
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
layoutManager
:
Int
static
var
reverseLayout
:
Int
static
var
spanCount
:
Int
static
var
stackFromEnd
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
class
id
Module Contents
id
(
)
static
var
item_touch_helper_previous_elevation
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
package
com.kbeanie.multipicker
Module Contents
class
R
Module Contents
R
(
)
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
class
R
Module Contents
R
(
)
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
package
com.vinisoft.commons.android
Module Contents
class
R
Module Contents
R
(
)
class
R
Module Contents
R
(
)
package
com.vinisoft.galleryview
Module Contents
class
BuildConfig
Module Contents
BuildConfig
(
)
static
val
APPLICATION_ID
:
String
static
val
BUILD_TYPE
:
String
static
val
DEBUG
:
Boolean
static
val
FLAVOR
:
String
static
val
VERSION_CODE
:
Int
static
val
VERSION_NAME
:
String
class
BuildConfig
Module Contents
BuildConfig
(
)
static
val
APPLICATION_ID
:
String
static
val
BUILD_TYPE
:
String
static
val
DEBUG
:
Boolean
static
val
FLAVOR
:
String
static
val
VERSION_CODE
:
Int
static
val
VERSION_NAME
:
String
data
class
GalleryImage
Module Contents
GalleryImage
(
originalPath
:
Uri
,
thumbinalPath
:
Uri
,
thumbinalSmallPath
:
Uri
,
width
:
Int
,
height
:
Int
)
val
height
:
Int
val
originalPath
:
Uri
val
thumbinalPath
:
Uri
val
thumbinalSmallPath
:
Uri
val
width
:
Int
class
GalleryView
:
LinearLayout
Module Contents
GalleryView
(
context
:
Context
,
attributeSet
:
AttributeSet
?
=
null
,
defStyle
:
Int
=
-1
)
fun
addProvider
(
provider
:
BaseImageProvider
)
:
Unit
fun
enableDeletingWithActionMode
(
toolbar
:
Toolbar
)
:
Unit
fun
getSelectedImages
(
)
:
Array
<
GalleryImage
>
fun
onActivityResult
(
requestCode
:
Int
?
,
resultCode
:
Int
?
,
data
:
Intent
?
)
:
Unit
fun
onRequestPermissionResult
(
requestCode
:
Int
?
,
permissions
:
Array
<
String
>
?
,
grantResults
:
IntArray
?
)
:
Unit
fun
setImages
(
uris
:
List
<
Uri
>
)
:
Unit
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
gw_edit_mode_enabled
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
provider_icon_tint
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
circle_badge_red
:
Int
static
var
default_image
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
ic_camera
:
Int
static
var
ic_clear_white_24dp
:
Int
static
var
ic_delete_white_24dp
:
Int
static
var
ic_done_white_24dp
:
Int
static
var
ic_provider_default
:
Int
static
var
ic_storage
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
gallery_image_holder
:
Int
static
var
gallery_image_select
:
Int
static
var
gallery_items_delete
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
provider_icon
:
Int
static
var
provider_name
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
select_provider_dialog_provider_list
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
gallery_image_item
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
select_provider_bottom_dialog_content
:
Int
static
var
select_provider_bottom_dialog_item
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
menu
Module Contents
menu
(
)
static
var
gallery_toolbar_edit_mode
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
add_tool_galler_add_button
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
camera_provider_name
:
Int
static
var
character_counter_pattern
:
Int
static
var
file_provider_name
:
Int
static
var
gallery_delete_images_menu_title
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
provider_icon_content_description
:
Int
static
var
search_menu_title
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
GalleryView
:
IntArray
static
var
GalleryView_gw_edit_mode_enabled
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
class
R
Module Contents
R
(
)
class
anim
Module Contents
anim
(
)
static
var
abc_fade_in
:
Int
static
var
abc_fade_out
:
Int
static
var
abc_grow_fade_in_from_bottom
:
Int
static
var
abc_popup_enter
:
Int
static
var
abc_popup_exit
:
Int
static
var
abc_shrink_fade_out_from_bottom
:
Int
static
var
abc_slide_in_bottom
:
Int
static
var
abc_slide_in_top
:
Int
static
var
abc_slide_out_bottom
:
Int
static
var
abc_slide_out_top
:
Int
static
var
design_bottom_sheet_slide_in
:
Int
static
var
design_bottom_sheet_slide_out
:
Int
static
var
design_snackbar_in
:
Int
static
var
design_snackbar_out
:
Int
static
var
tooltip_enter
:
Int
static
var
tooltip_exit
:
Int
class
animator
Module Contents
animator
(
)
static
var
design_appbar_state_list_animator
:
Int
class
attr
Module Contents
attr
(
)
static
var
actionBarDivider
:
Int
static
var
actionBarItemBackground
:
Int
static
var
actionBarPopupTheme
:
Int
static
var
actionBarSize
:
Int
static
var
actionBarSplitStyle
:
Int
static
var
actionBarStyle
:
Int
static
var
actionBarTabBarStyle
:
Int
static
var
actionBarTabStyle
:
Int
static
var
actionBarTabTextStyle
:
Int
static
var
actionBarTheme
:
Int
static
var
actionBarWidgetTheme
:
Int
static
var
actionButtonStyle
:
Int
static
var
actionDropDownStyle
:
Int
static
var
actionLayout
:
Int
static
var
actionMenuTextAppearance
:
Int
static
var
actionMenuTextColor
:
Int
static
var
actionModeBackground
:
Int
static
var
actionModeCloseButtonStyle
:
Int
static
var
actionModeCloseDrawable
:
Int
static
var
actionModeCopyDrawable
:
Int
static
var
actionModeCutDrawable
:
Int
static
var
actionModeFindDrawable
:
Int
static
var
actionModePasteDrawable
:
Int
static
var
actionModePopupWindowStyle
:
Int
static
var
actionModeSelectAllDrawable
:
Int
static
var
actionModeShareDrawable
:
Int
static
var
actionModeSplitBackground
:
Int
static
var
actionModeStyle
:
Int
static
var
actionModeWebSearchDrawable
:
Int
static
var
actionOverflowButtonStyle
:
Int
static
var
actionOverflowMenuStyle
:
Int
static
var
actionProviderClass
:
Int
static
var
actionViewClass
:
Int
static
var
activityChooserViewStyle
:
Int
static
var
alertDialogButtonGroupStyle
:
Int
static
var
alertDialogCenterButtons
:
Int
static
var
alertDialogStyle
:
Int
static
var
alertDialogTheme
:
Int
static
var
allowStacking
:
Int
static
var
alpha
:
Int
static
var
alphabeticModifiers
:
Int
static
var
android_alpha
:
Int
static
var
android_alphabeticShortcut
:
Int
static
var
android_background
:
Int
static
var
android_baselineAligned
:
Int
static
var
android_baselineAlignedChildIndex
:
Int
static
var
android_button
:
Int
static
var
android_checkable
:
Int
static
var
android_checkableBehavior
:
Int
static
var
android_checked
:
Int
static
var
android_color
:
Int
static
var
android_descendantFocusability
:
Int
static
var
android_drawableBottom
:
Int
static
var
android_drawableEnd
:
Int
static
var
android_drawableLeft
:
Int
static
var
android_drawableRight
:
Int
static
var
android_drawableStart
:
Int
static
var
android_drawableTop
:
Int
static
var
android_dropDownHorizontalOffset
:
Int
static
var
android_dropDownVerticalOffset
:
Int
static
var
android_dropDownWidth
:
Int
static
var
android_enabled
:
Int
static
var
android_entries
:
Int
static
var
android_fitsSystemWindows
:
Int
static
var
android_focusable
:
Int
static
var
android_fontFamily
:
Int
static
var
android_foreground
:
Int
static
var
android_foregroundGravity
:
Int
static
var
android_gravity
:
Int
static
var
android_headerBackground
:
Int
static
var
android_hint
:
Int
static
var
android_horizontalDivider
:
Int
static
var
android_icon
:
Int
static
var
android_id
:
Int
static
var
android_imeOptions
:
Int
static
var
android_inflatedId
:
Int
static
var
android_inputType
:
Int
static
var
android_itemBackground
:
Int
static
var
android_itemIconDisabledAlpha
:
Int
static
var
android_itemTextAppearance
:
Int
static
var
android_keyboardNavigationCluster
:
Int
static
var
android_layout
:
Int
static
var
android_layout_gravity
:
Int
static
var
android_layout_height
:
Int
static
var
android_layout_weight
:
Int
static
var
android_layout_width
:
Int
static
var
android_maxWidth
:
Int
static
var
android_menuCategory
:
Int
static
var
android_minHeight
:
Int
static
var
android_minWidth
:
Int
static
var
android_numericShortcut
:
Int
static
var
android_onClick
:
Int
static
var
android_orderInCategory
:
Int
static
var
android_orientation
:
Int
static
var
android_popupAnimationStyle
:
Int
static
var
android_popupBackground
:
Int
static
var
android_prompt
:
Int
static
var
android_shadowColor
:
Int
static
var
android_shadowDx
:
Int
static
var
android_shadowDy
:
Int
static
var
android_shadowRadius
:
Int
static
var
android_src
:
Int
static
var
android_text
:
Int
static
var
android_textAppearance
:
Int
static
var
android_textColor
:
Int
static
var
android_textColorHint
:
Int
static
var
android_textColorLink
:
Int
static
var
android_textOff
:
Int
static
var
android_textOn
:
Int
static
var
android_textSize
:
Int
static
var
android_textStyle
:
Int
static
var
android_theme
:
Int
static
var
android_thumb
:
Int
static
var
android_title
:
Int
static
var
android_titleCondensed
:
Int
static
var
android_touchscreenBlocksFocus
:
Int
static
var
android_typeface
:
Int
static
var
android_verticalDivider
:
Int
static
var
android_visible
:
Int
static
var
android_weightSum
:
Int
static
var
android_windowAnimationStyle
:
Int
static
var
android_windowIsFloating
:
Int
static
var
arrowHeadLength
:
Int
static
var
arrowShaftLength
:
Int
static
var
autoCompleteTextViewStyle
:
Int
static
var
autoSizeMaxTextSize
:
Int
static
var
autoSizeMinTextSize
:
Int
static
var
autoSizePresetSizes
:
Int
static
var
autoSizeStepGranularity
:
Int
static
var
autoSizeTextType
:
Int
static
var
background
:
Int
static
var
backgroundSplit
:
Int
static
var
backgroundStacked
:
Int
static
var
backgroundTint
:
Int
static
var
backgroundTintMode
:
Int
static
var
barLength
:
Int
static
var
behavior_autoHide
:
Int
static
var
behavior_hideable
:
Int
static
var
behavior_overlapTop
:
Int
static
var
behavior_peekHeight
:
Int
static
var
behavior_skipCollapsed
:
Int
static
var
borderWidth
:
Int
static
var
borderlessButtonStyle
:
Int
static
var
bottomSheetDialogTheme
:
Int
static
var
bottomSheetStyle
:
Int
static
var
buttonBarButtonStyle
:
Int
static
var
buttonBarNegativeButtonStyle
:
Int
static
var
buttonBarNeutralButtonStyle
:
Int
static
var
buttonBarPositiveButtonStyle
:
Int
static
var
buttonBarStyle
:
Int
static
var
buttonGravity
:
Int
static
var
buttonPanelSideLayout
:
Int
static
var
buttonStyle
:
Int
static
var
buttonStyleSmall
:
Int
static
var
buttonTint
:
Int
static
var
buttonTintMode
:
Int
static
var
checkboxStyle
:
Int
static
var
checkedTextViewStyle
:
Int
static
var
closeIcon
:
Int
static
var
closeItemLayout
:
Int
static
var
collapseContentDescription
:
Int
static
var
collapseIcon
:
Int
static
var
collapsedTitleGravity
:
Int
static
var
collapsedTitleTextAppearance
:
Int
static
var
color
:
Int
static
var
colorAccent
:
Int
static
var
colorBackgroundFloating
:
Int
static
var
colorButtonNormal
:
Int
static
var
colorControlActivated
:
Int
static
var
colorControlHighlight
:
Int
static
var
colorControlNormal
:
Int
static
var
colorError
:
Int
static
var
colorPrimary
:
Int
static
var
colorPrimaryDark
:
Int
static
var
colorSwitchThumbNormal
:
Int
static
var
commitIcon
:
Int
static
var
contentDescription
:
Int
static
var
contentInsetEnd
:
Int
static
var
contentInsetEndWithActions
:
Int
static
var
contentInsetLeft
:
Int
static
var
contentInsetRight
:
Int
static
var
contentInsetStart
:
Int
static
var
contentInsetStartWithNavigation
:
Int
static
var
contentScrim
:
Int
static
var
controlBackground
:
Int
static
var
counterEnabled
:
Int
static
var
counterMaxLength
:
Int
static
var
counterOverflowTextAppearance
:
Int
static
var
counterTextAppearance
:
Int
static
var
customNavigationLayout
:
Int
static
var
defaultQueryHint
:
Int
static
var
dialogPreferredPadding
:
Int
static
var
dialogTheme
:
Int
static
var
displayOptions
:
Int
static
var
divider
:
Int
static
var
dividerHorizontal
:
Int
static
var
dividerPadding
:
Int
static
var
dividerVertical
:
Int
static
var
drawableSize
:
Int
static
var
drawerArrowStyle
:
Int
static
var
dropDownListViewStyle
:
Int
static
var
dropdownListPreferredItemHeight
:
Int
static
var
editTextBackground
:
Int
static
var
editTextColor
:
Int
static
var
editTextStyle
:
Int
static
var
elevation
:
Int
static
var
errorEnabled
:
Int
static
var
errorTextAppearance
:
Int
static
var
expandActivityOverflowButtonDrawable
:
Int
static
var
expanded
:
Int
static
var
expandedTitleGravity
:
Int
static
var
expandedTitleMargin
:
Int
static
var
expandedTitleMarginBottom
:
Int
static
var
expandedTitleMarginEnd
:
Int
static
var
expandedTitleMarginStart
:
Int
static
var
expandedTitleMarginTop
:
Int
static
var
expandedTitleTextAppearance
:
Int
static
var
fabSize
:
Int
static
var
fastScrollEnabled
:
Int
static
var
fastScrollHorizontalThumbDrawable
:
Int
static
var
fastScrollHorizontalTrackDrawable
:
Int
static
var
fastScrollVerticalThumbDrawable
:
Int
static
var
fastScrollVerticalTrackDrawable
:
Int
static
var
font
:
Int
static
var
fontFamily
:
Int
static
var
fontProviderAuthority
:
Int
static
var
fontProviderCerts
:
Int
static
var
fontProviderFetchStrategy
:
Int
static
var
fontProviderFetchTimeout
:
Int
static
var
fontProviderPackage
:
Int
static
var
fontProviderQuery
:
Int
static
var
fontStyle
:
Int
static
var
fontWeight
:
Int
static
var
foregroundInsidePadding
:
Int
static
var
gapBetweenBars
:
Int
static
var
goIcon
:
Int
static
var
gw_edit_mode_enabled
:
Int
static
var
headerLayout
:
Int
static
var
height
:
Int
static
var
hideOnContentScroll
:
Int
static
var
hintAnimationEnabled
:
Int
static
var
hintEnabled
:
Int
static
var
hintTextAppearance
:
Int
static
var
homeAsUpIndicator
:
Int
static
var
homeLayout
:
Int
static
var
icon
:
Int
static
var
iconTint
:
Int
static
var
iconTintMode
:
Int
static
var
iconifiedByDefault
:
Int
static
var
imageButtonStyle
:
Int
static
var
indeterminateProgressStyle
:
Int
static
var
initialActivityCount
:
Int
static
var
insetForeground
:
Int
static
var
isLightTheme
:
Int
static
var
itemBackground
:
Int
static
var
itemIconTint
:
Int
static
var
itemPadding
:
Int
static
var
itemTextAppearance
:
Int
static
var
itemTextColor
:
Int
static
var
keylines
:
Int
static
var
layout
:
Int
static
var
layoutManager
:
Int
static
var
layout_anchor
:
Int
static
var
layout_anchorGravity
:
Int
static
var
layout_behavior
:
Int
static
var
layout_collapseMode
:
Int
static
var
layout_collapseParallaxMultiplier
:
Int
static
var
layout_dodgeInsetEdges
:
Int
static
var
layout_insetEdge
:
Int
static
var
layout_keyline
:
Int
static
var
layout_scrollFlags
:
Int
static
var
layout_scrollInterpolator
:
Int
static
var
listChoiceBackgroundIndicator
:
Int
static
var
listDividerAlertDialog
:
Int
static
var
listItemLayout
:
Int
static
var
listLayout
:
Int
static
var
listMenuViewStyle
:
Int
static
var
listPopupWindowStyle
:
Int
static
var
listPreferredItemHeight
:
Int
static
var
listPreferredItemHeightLarge
:
Int
static
var
listPreferredItemHeightSmall
:
Int
static
var
listPreferredItemPaddingLeft
:
Int
static
var
listPreferredItemPaddingRight
:
Int
static
var
logo
:
Int
static
var
logoDescription
:
Int
static
var
maxActionInlineWidth
:
Int
static
var
maxButtonHeight
:
Int
static
var
measureWithLargestChild
:
Int
static
var
menu
:
Int
static
var
multiChoiceItemLayout
:
Int
static
var
navigationContentDescription
:
Int
static
var
navigationIcon
:
Int
static
var
navigationMode
:
Int
static
var
numericModifiers
:
Int
static
var
overlapAnchor
:
Int
static
var
paddingBottomNoButtons
:
Int
static
var
paddingEnd
:
Int
static
var
paddingStart
:
Int
static
var
paddingTopNoTitle
:
Int
static
var
panelBackground
:
Int
static
var
panelMenuListTheme
:
Int
static
var
panelMenuListWidth
:
Int
static
var
passwordToggleContentDescription
:
Int
static
var
passwordToggleDrawable
:
Int
static
var
passwordToggleEnabled
:
Int
static
var
passwordToggleTint
:
Int
static
var
passwordToggleTintMode
:
Int
static
var
popupMenuStyle
:
Int
static
var
popupTheme
:
Int
static
var
popupWindowStyle
:
Int
static
var
preserveIconSpacing
:
Int
static
var
pressedTranslationZ
:
Int
static
var
progressBarPadding
:
Int
static
var
progressBarStyle
:
Int
static
var
queryBackground
:
Int
static
var
queryHint
:
Int
static
var
radioButtonStyle
:
Int
static
var
ratingBarStyle
:
Int
static
var
ratingBarStyleIndicator
:
Int
static
var
ratingBarStyleSmall
:
Int
static
var
reverseLayout
:
Int
static
var
rippleColor
:
Int
static
var
scrimAnimationDuration
:
Int
static
var
scrimVisibleHeightTrigger
:
Int
static
var
searchHintIcon
:
Int
static
var
searchIcon
:
Int
static
var
searchViewStyle
:
Int
static
var
seekBarStyle
:
Int
static
var
selectableItemBackground
:
Int
static
var
selectableItemBackgroundBorderless
:
Int
static
var
showAsAction
:
Int
static
var
showDividers
:
Int
static
var
showText
:
Int
static
var
showTitle
:
Int
static
var
singleChoiceItemLayout
:
Int
static
var
spanCount
:
Int
static
var
spinBars
:
Int
static
var
spinnerDropDownItemStyle
:
Int
static
var
spinnerStyle
:
Int
static
var
splitTrack
:
Int
static
var
srcCompat
:
Int
static
var
stackFromEnd
:
Int
static
var
state_above_anchor
:
Int
static
var
state_collapsed
:
Int
static
var
state_collapsible
:
Int
static
var
statusBarBackground
:
Int
static
var
statusBarScrim
:
Int
static
var
subMenuArrow
:
Int
static
var
submitBackground
:
Int
static
var
subtitle
:
Int
static
var
subtitleTextAppearance
:
Int
static
var
subtitleTextColor
:
Int
static
var
subtitleTextStyle
:
Int
static
var
suggestionRowLayout
:
Int
static
var
switchMinWidth
:
Int
static
var
switchPadding
:
Int
static
var
switchStyle
:
Int
static
var
switchTextAppearance
:
Int
static
var
tabBackground
:
Int
static
var
tabContentStart
:
Int
static
var
tabGravity
:
Int
static
var
tabIndicatorColor
:
Int
static
var
tabIndicatorHeight
:
Int
static
var
tabMaxWidth
:
Int
static
var
tabMinWidth
:
Int
static
var
tabMode
:
Int
static
var
tabPadding
:
Int
static
var
tabPaddingBottom
:
Int
static
var
tabPaddingEnd
:
Int
static
var
tabPaddingStart
:
Int
static
var
tabPaddingTop
:
Int
static
var
tabSelectedTextColor
:
Int
static
var
tabTextAppearance
:
Int
static
var
tabTextColor
:
Int
static
var
textAllCaps
:
Int
static
var
textAppearanceLargePopupMenu
:
Int
static
var
textAppearanceListItem
:
Int
static
var
textAppearanceListItemSecondary
:
Int
static
var
textAppearanceListItemSmall
:
Int
static
var
textAppearancePopupMenuHeader
:
Int
static
var
textAppearanceSearchResultSubtitle
:
Int
static
var
textAppearanceSearchResultTitle
:
Int
static
var
textAppearanceSmallPopupMenu
:
Int
static
var
textColorAlertDialogListItem
:
Int
static
var
textColorError
:
Int
static
var
textColorSearchUrl
:
Int
static
var
theme
:
Int
static
var
thickness
:
Int
static
var
thumbTextPadding
:
Int
static
var
thumbTint
:
Int
static
var
thumbTintMode
:
Int
static
var
tickMark
:
Int
static
var
tickMarkTint
:
Int
static
var
tickMarkTintMode
:
Int
static
var
tint
:
Int
static
var
tintMode
:
Int
static
var
title
:
Int
static
var
titleEnabled
:
Int
static
var
titleMargin
:
Int
static
var
titleMarginBottom
:
Int
static
var
titleMarginEnd
:
Int
static
var
titleMarginStart
:
Int
static
var
titleMarginTop
:
Int
static
var
titleMargins
:
Int
static
var
titleTextAppearance
:
Int
static
var
titleTextColor
:
Int
static
var
titleTextStyle
:
Int
static
var
toolbarId
:
Int
static
var
toolbarNavigationButtonStyle
:
Int
static
var
toolbarStyle
:
Int
static
var
tooltipForegroundColor
:
Int
static
var
tooltipFrameBackground
:
Int
static
var
tooltipText
:
Int
static
var
track
:
Int
static
var
trackTint
:
Int
static
var
trackTintMode
:
Int
static
var
useCompatPadding
:
Int
static
var
voiceIcon
:
Int
static
var
windowActionBar
:
Int
static
var
windowActionBarOverlay
:
Int
static
var
windowActionModeOverlay
:
Int
static
var
windowFixedHeightMajor
:
Int
static
var
windowFixedHeightMinor
:
Int
static
var
windowFixedWidthMajor
:
Int
static
var
windowFixedWidthMinor
:
Int
static
var
windowMinWidthMajor
:
Int
static
var
windowMinWidthMinor
:
Int
static
var
windowNoTitle
:
Int
class
bool
Module Contents
bool
(
)
static
var
abc_action_bar_embed_tabs
:
Int
static
var
abc_allow_stacked_button_bar
:
Int
static
var
abc_config_actionMenuItemAllCaps
:
Int
static
var
abc_config_closeDialogWhenTouchOutside
:
Int
static
var
abc_config_showMenuShortcutsWhenKeyboardPresent
:
Int
class
color
Module Contents
color
(
)
static
var
abc_background_cache_hint_selector_material_dark
:
Int
static
var
abc_background_cache_hint_selector_material_light
:
Int
static
var
abc_btn_colored_borderless_text_material
:
Int
static
var
abc_btn_colored_text_material
:
Int
static
var
abc_color_highlight_material
:
Int
static
var
abc_hint_foreground_material_dark
:
Int
static
var
abc_hint_foreground_material_light
:
Int
static
var
abc_input_method_navigation_guard
:
Int
static
var
abc_primary_text_disable_only_material_dark
:
Int
static
var
abc_primary_text_disable_only_material_light
:
Int
static
var
abc_primary_text_material_dark
:
Int
static
var
abc_primary_text_material_light
:
Int
static
var
abc_search_url_text
:
Int
static
var
abc_search_url_text_normal
:
Int
static
var
abc_search_url_text_pressed
:
Int
static
var
abc_search_url_text_selected
:
Int
static
var
abc_secondary_text_material_dark
:
Int
static
var
abc_secondary_text_material_light
:
Int
static
var
abc_tint_btn_checkable
:
Int
static
var
abc_tint_default
:
Int
static
var
abc_tint_edittext
:
Int
static
var
abc_tint_seek_thumb
:
Int
static
var
abc_tint_spinner
:
Int
static
var
abc_tint_switch_track
:
Int
static
var
accent_material_dark
:
Int
static
var
accent_material_light
:
Int
static
var
background_floating_material_dark
:
Int
static
var
background_floating_material_light
:
Int
static
var
background_material_dark
:
Int
static
var
background_material_light
:
Int
static
var
bright_foreground_disabled_material_dark
:
Int
static
var
bright_foreground_disabled_material_light
:
Int
static
var
bright_foreground_inverse_material_dark
:
Int
static
var
bright_foreground_inverse_material_light
:
Int
static
var
bright_foreground_material_dark
:
Int
static
var
bright_foreground_material_light
:
Int
static
var
button_material_dark
:
Int
static
var
button_material_light
:
Int
static
var
design_bottom_navigation_shadow_color
:
Int
static
var
design_error
:
Int
static
var
design_fab_shadow_end_color
:
Int
static
var
design_fab_shadow_mid_color
:
Int
static
var
design_fab_shadow_start_color
:
Int
static
var
design_fab_stroke_end_inner_color
:
Int
static
var
design_fab_stroke_end_outer_color
:
Int
static
var
design_fab_stroke_top_inner_color
:
Int
static
var
design_fab_stroke_top_outer_color
:
Int
static
var
design_snackbar_background_color
:
Int
static
var
design_tint_password_toggle
:
Int
static
var
dim_foreground_disabled_material_dark
:
Int
static
var
dim_foreground_disabled_material_light
:
Int
static
var
dim_foreground_material_dark
:
Int
static
var
dim_foreground_material_light
:
Int
static
var
error_color_material
:
Int
static
var
foreground_material_dark
:
Int
static
var
foreground_material_light
:
Int
static
var
highlighted_text_material_dark
:
Int
static
var
highlighted_text_material_light
:
Int
static
var
material_blue_grey_800
:
Int
static
var
material_blue_grey_900
:
Int
static
var
material_blue_grey_950
:
Int
static
var
material_deep_teal_200
:
Int
static
var
material_deep_teal_500
:
Int
static
var
material_grey_100
:
Int
static
var
material_grey_300
:
Int
static
var
material_grey_50
:
Int
static
var
material_grey_600
:
Int
static
var
material_grey_800
:
Int
static
var
material_grey_850
:
Int
static
var
material_grey_900
:
Int
static
var
notification_action_color_filter
:
Int
static
var
notification_icon_bg_color
:
Int
static
var
notification_material_background_media_default_color
:
Int
static
var
primary_dark_material_dark
:
Int
static
var
primary_dark_material_light
:
Int
static
var
primary_material_dark
:
Int
static
var
primary_material_light
:
Int
static
var
primary_text_default_material_dark
:
Int
static
var
primary_text_default_material_light
:
Int
static
var
primary_text_disabled_material_dark
:
Int
static
var
primary_text_disabled_material_light
:
Int
static
var
provider_icon_tint
:
Int
static
var
ripple_material_dark
:
Int
static
var
ripple_material_light
:
Int
static
var
secondary_text_default_material_dark
:
Int
static
var
secondary_text_default_material_light
:
Int
static
var
secondary_text_disabled_material_dark
:
Int
static
var
secondary_text_disabled_material_light
:
Int
static
var
switch_thumb_disabled_material_dark
:
Int
static
var
switch_thumb_disabled_material_light
:
Int
static
var
switch_thumb_material_dark
:
Int
static
var
switch_thumb_material_light
:
Int
static
var
switch_thumb_normal_material_dark
:
Int
static
var
switch_thumb_normal_material_light
:
Int
static
var
tooltip_background_dark
:
Int
static
var
tooltip_background_light
:
Int
class
dimen
Module Contents
dimen
(
)
static
var
abc_action_bar_content_inset_material
:
Int
static
var
abc_action_bar_content_inset_with_nav
:
Int
static
var
abc_action_bar_default_height_material
:
Int
static
var
abc_action_bar_default_padding_end_material
:
Int
static
var
abc_action_bar_default_padding_start_material
:
Int
static
var
abc_action_bar_elevation_material
:
Int
static
var
abc_action_bar_icon_vertical_padding_material
:
Int
static
var
abc_action_bar_overflow_padding_end_material
:
Int
static
var
abc_action_bar_overflow_padding_start_material
:
Int
static
var
abc_action_bar_progress_bar_size
:
Int
static
var
abc_action_bar_stacked_max_height
:
Int
static
var
abc_action_bar_stacked_tab_max_width
:
Int
static
var
abc_action_bar_subtitle_bottom_margin_material
:
Int
static
var
abc_action_bar_subtitle_top_margin_material
:
Int
static
var
abc_action_button_min_height_material
:
Int
static
var
abc_action_button_min_width_material
:
Int
static
var
abc_action_button_min_width_overflow_material
:
Int
static
var
abc_alert_dialog_button_bar_height
:
Int
static
var
abc_button_inset_horizontal_material
:
Int
static
var
abc_button_inset_vertical_material
:
Int
static
var
abc_button_padding_horizontal_material
:
Int
static
var
abc_button_padding_vertical_material
:
Int
static
var
abc_cascading_menus_min_smallest_width
:
Int
static
var
abc_config_prefDialogWidth
:
Int
static
var
abc_control_corner_material
:
Int
static
var
abc_control_inset_material
:
Int
static
var
abc_control_padding_material
:
Int
static
var
abc_dialog_fixed_height_major
:
Int
static
var
abc_dialog_fixed_height_minor
:
Int
static
var
abc_dialog_fixed_width_major
:
Int
static
var
abc_dialog_fixed_width_minor
:
Int
static
var
abc_dialog_list_padding_bottom_no_buttons
:
Int
static
var
abc_dialog_list_padding_top_no_title
:
Int
static
var
abc_dialog_min_width_major
:
Int
static
var
abc_dialog_min_width_minor
:
Int
static
var
abc_dialog_padding_material
:
Int
static
var
abc_dialog_padding_top_material
:
Int
static
var
abc_dialog_title_divider_material
:
Int
static
var
abc_disabled_alpha_material_dark
:
Int
static
var
abc_disabled_alpha_material_light
:
Int
static
var
abc_dropdownitem_icon_width
:
Int
static
var
abc_dropdownitem_text_padding_left
:
Int
static
var
abc_dropdownitem_text_padding_right
:
Int
static
var
abc_edit_text_inset_bottom_material
:
Int
static
var
abc_edit_text_inset_horizontal_material
:
Int
static
var
abc_edit_text_inset_top_material
:
Int
static
var
abc_floating_window_z
:
Int
static
var
abc_list_item_padding_horizontal_material
:
Int
static
var
abc_panel_menu_list_width
:
Int
static
var
abc_progress_bar_height_material
:
Int
static
var
abc_search_view_preferred_height
:
Int
static
var
abc_search_view_preferred_width
:
Int
static
var
abc_seekbar_track_background_height_material
:
Int
static
var
abc_seekbar_track_progress_height_material
:
Int
static
var
abc_select_dialog_padding_start_material
:
Int
static
var
abc_switch_padding
:
Int
static
var
abc_text_size_body_1_material
:
Int
static
var
abc_text_size_body_2_material
:
Int
static
var
abc_text_size_button_material
:
Int
static
var
abc_text_size_caption_material
:
Int
static
var
abc_text_size_display_1_material
:
Int
static
var
abc_text_size_display_2_material
:
Int
static
var
abc_text_size_display_3_material
:
Int
static
var
abc_text_size_display_4_material
:
Int
static
var
abc_text_size_headline_material
:
Int
static
var
abc_text_size_large_material
:
Int
static
var
abc_text_size_medium_material
:
Int
static
var
abc_text_size_menu_header_material
:
Int
static
var
abc_text_size_menu_material
:
Int
static
var
abc_text_size_small_material
:
Int
static
var
abc_text_size_subhead_material
:
Int
static
var
abc_text_size_subtitle_material_toolbar
:
Int
static
var
abc_text_size_title_material
:
Int
static
var
abc_text_size_title_material_toolbar
:
Int
static
var
design_appbar_elevation
:
Int
static
var
design_bottom_navigation_active_item_max_width
:
Int
static
var
design_bottom_navigation_active_text_size
:
Int
static
var
design_bottom_navigation_elevation
:
Int
static
var
design_bottom_navigation_height
:
Int
static
var
design_bottom_navigation_item_max_width
:
Int
static
var
design_bottom_navigation_item_min_width
:
Int
static
var
design_bottom_navigation_margin
:
Int
static
var
design_bottom_navigation_shadow_height
:
Int
static
var
design_bottom_navigation_text_size
:
Int
static
var
design_bottom_sheet_modal_elevation
:
Int
static
var
design_bottom_sheet_peek_height_min
:
Int
static
var
design_fab_border_width
:
Int
static
var
design_fab_elevation
:
Int
static
var
design_fab_image_size
:
Int
static
var
design_fab_size_mini
:
Int
static
var
design_fab_size_normal
:
Int
static
var
design_fab_translation_z_pressed
:
Int
static
var
design_navigation_elevation
:
Int
static
var
design_navigation_icon_padding
:
Int
static
var
design_navigation_icon_size
:
Int
static
var
design_navigation_max_width
:
Int
static
var
design_navigation_padding_bottom
:
Int
static
var
design_navigation_separator_vertical_padding
:
Int
static
var
design_snackbar_action_inline_max_width
:
Int
static
var
design_snackbar_background_corner_radius
:
Int
static
var
design_snackbar_elevation
:
Int
static
var
design_snackbar_extra_spacing_horizontal
:
Int
static
var
design_snackbar_max_width
:
Int
static
var
design_snackbar_min_width
:
Int
static
var
design_snackbar_padding_horizontal
:
Int
static
var
design_snackbar_padding_vertical
:
Int
static
var
design_snackbar_padding_vertical_2lines
:
Int
static
var
design_snackbar_text_size
:
Int
static
var
design_tab_max_width
:
Int
static
var
design_tab_scrollable_min_width
:
Int
static
var
design_tab_text_size
:
Int
static
var
design_tab_text_size_2line
:
Int
static
var
disabled_alpha_material_dark
:
Int
static
var
disabled_alpha_material_light
:
Int
static
var
fastscroll_default_thickness
:
Int
static
var
fastscroll_margin
:
Int
static
var
fastscroll_minimum_range
:
Int
static
var
highlight_alpha_material_colored
:
Int
static
var
highlight_alpha_material_dark
:
Int
static
var
highlight_alpha_material_light
:
Int
static
var
hint_alpha_material_dark
:
Int
static
var
hint_alpha_material_light
:
Int
static
var
hint_pressed_alpha_material_dark
:
Int
static
var
hint_pressed_alpha_material_light
:
Int
static
var
item_touch_helper_max_drag_scroll_per_frame
:
Int
static
var
item_touch_helper_swipe_escape_max_velocity
:
Int
static
var
item_touch_helper_swipe_escape_velocity
:
Int
static
var
notification_action_icon_size
:
Int
static
var
notification_action_text_size
:
Int
static
var
notification_big_circle_margin
:
Int
static
var
notification_content_margin_start
:
Int
static
var
notification_large_icon_height
:
Int
static
var
notification_large_icon_width
:
Int
static
var
notification_main_column_padding_top
:
Int
static
var
notification_media_narrow_margin
:
Int
static
var
notification_right_icon_size
:
Int
static
var
notification_right_side_padding_top
:
Int
static
var
notification_small_icon_background_padding
:
Int
static
var
notification_small_icon_size_as_large
:
Int
static
var
notification_subtext_size
:
Int
static
var
notification_top_pad
:
Int
static
var
notification_top_pad_large_text
:
Int
static
var
tooltip_corner_radius
:
Int
static
var
tooltip_horizontal_padding
:
Int
static
var
tooltip_margin
:
Int
static
var
tooltip_precise_anchor_extra_offset
:
Int
static
var
tooltip_precise_anchor_threshold
:
Int
static
var
tooltip_vertical_padding
:
Int
static
var
tooltip_y_offset_non_touch
:
Int
static
var
tooltip_y_offset_touch
:
Int
class
drawable
Module Contents
drawable
(
)
static
var
abc_ab_share_pack_mtrl_alpha
:
Int
static
var
abc_action_bar_item_background_material
:
Int
static
var
abc_btn_borderless_material
:
Int
static
var
abc_btn_check_material
:
Int
static
var
abc_btn_check_to_on_mtrl_000
:
Int
static
var
abc_btn_check_to_on_mtrl_015
:
Int
static
var
abc_btn_colored_material
:
Int
static
var
abc_btn_default_mtrl_shape
:
Int
static
var
abc_btn_radio_material
:
Int
static
var
abc_btn_radio_to_on_mtrl_000
:
Int
static
var
abc_btn_radio_to_on_mtrl_015
:
Int
static
var
abc_btn_switch_to_on_mtrl_00001
:
Int
static
var
abc_btn_switch_to_on_mtrl_00012
:
Int
static
var
abc_cab_background_internal_bg
:
Int
static
var
abc_cab_background_top_material
:
Int
static
var
abc_cab_background_top_mtrl_alpha
:
Int
static
var
abc_control_background_material
:
Int
static
var
abc_dialog_material_background
:
Int
static
var
abc_edit_text_material
:
Int
static
var
abc_ic_ab_back_material
:
Int
static
var
abc_ic_arrow_drop_right_black_24dp
:
Int
static
var
abc_ic_clear_material
:
Int
static
var
abc_ic_commit_search_api_mtrl_alpha
:
Int
static
var
abc_ic_go_search_api_material
:
Int
static
var
abc_ic_menu_copy_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_cut_mtrl_alpha
:
Int
static
var
abc_ic_menu_overflow_material
:
Int
static
var
abc_ic_menu_paste_mtrl_am_alpha
:
Int
static
var
abc_ic_menu_selectall_mtrl_alpha
:
Int
static
var
abc_ic_menu_share_mtrl_alpha
:
Int
static
var
abc_ic_search_api_material
:
Int
static
var
abc_ic_star_black_16dp
:
Int
static
var
abc_ic_star_black_36dp
:
Int
static
var
abc_ic_star_black_48dp
:
Int
static
var
abc_ic_star_half_black_16dp
:
Int
static
var
abc_ic_star_half_black_36dp
:
Int
static
var
abc_ic_star_half_black_48dp
:
Int
static
var
abc_ic_voice_search_api_material
:
Int
static
var
abc_item_background_holo_dark
:
Int
static
var
abc_item_background_holo_light
:
Int
static
var
abc_list_divider_mtrl_alpha
:
Int
static
var
abc_list_focused_holo
:
Int
static
var
abc_list_longpressed_holo
:
Int
static
var
abc_list_pressed_holo_dark
:
Int
static
var
abc_list_pressed_holo_light
:
Int
static
var
abc_list_selector_background_transition_holo_dark
:
Int
static
var
abc_list_selector_background_transition_holo_light
:
Int
static
var
abc_list_selector_disabled_holo_dark
:
Int
static
var
abc_list_selector_disabled_holo_light
:
Int
static
var
abc_list_selector_holo_dark
:
Int
static
var
abc_list_selector_holo_light
:
Int
static
var
abc_menu_hardkey_panel_mtrl_mult
:
Int
static
var
abc_popup_background_mtrl_mult
:
Int
static
var
abc_ratingbar_indicator_material
:
Int
static
var
abc_ratingbar_material
:
Int
static
var
abc_ratingbar_small_material
:
Int
static
var
abc_scrubber_control_off_mtrl_alpha
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_000
:
Int
static
var
abc_scrubber_control_to_pressed_mtrl_005
:
Int
static
var
abc_scrubber_primary_mtrl_alpha
:
Int
static
var
abc_scrubber_track_mtrl_alpha
:
Int
static
var
abc_seekbar_thumb_material
:
Int
static
var
abc_seekbar_tick_mark_material
:
Int
static
var
abc_seekbar_track_material
:
Int
static
var
abc_spinner_mtrl_am_alpha
:
Int
static
var
abc_spinner_textfield_background_material
:
Int
static
var
abc_switch_thumb_material
:
Int
static
var
abc_switch_track_mtrl_alpha
:
Int
static
var
abc_tab_indicator_material
:
Int
static
var
abc_tab_indicator_mtrl_alpha
:
Int
static
var
abc_text_cursor_material
:
Int
static
var
abc_text_select_handle_left_mtrl_dark
:
Int
static
var
abc_text_select_handle_left_mtrl_light
:
Int
static
var
abc_text_select_handle_middle_mtrl_dark
:
Int
static
var
abc_text_select_handle_middle_mtrl_light
:
Int
static
var
abc_text_select_handle_right_mtrl_dark
:
Int
static
var
abc_text_select_handle_right_mtrl_light
:
Int
static
var
abc_textfield_activated_mtrl_alpha
:
Int
static
var
abc_textfield_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_activated_mtrl_alpha
:
Int
static
var
abc_textfield_search_default_mtrl_alpha
:
Int
static
var
abc_textfield_search_material
:
Int
static
var
abc_vector_test
:
Int
static
var
avd_hide_password
:
Int
static
var
avd_show_password
:
Int
static
var
circle_badge_red
:
Int
static
var
default_image
:
Int
static
var
design_bottom_navigation_item_background
:
Int
static
var
design_fab_background
:
Int
static
var
design_ic_visibility
:
Int
static
var
design_ic_visibility_off
:
Int
static
var
design_password_eye
:
Int
static
var
design_snackbar_background
:
Int
static
var
ic_camera
:
Int
static
var
ic_clear_white_24dp
:
Int
static
var
ic_delete_white_24dp
:
Int
static
var
ic_done_white_24dp
:
Int
static
var
ic_provider_default
:
Int
static
var
ic_storage
:
Int
static
var
navigation_empty_icon
:
Int
static
var
notification_action_background
:
Int
static
var
notification_bg
:
Int
static
var
notification_bg_low
:
Int
static
var
notification_bg_low_normal
:
Int
static
var
notification_bg_low_pressed
:
Int
static
var
notification_bg_normal
:
Int
static
var
notification_bg_normal_pressed
:
Int
static
var
notification_icon_background
:
Int
static
var
notification_template_icon_bg
:
Int
static
var
notification_template_icon_low_bg
:
Int
static
var
notification_tile_bg
:
Int
static
var
notify_panel_notification_icon_bg
:
Int
static
var
tooltip_frame_dark
:
Int
static
var
tooltip_frame_light
:
Int
class
id
Module Contents
id
(
)
static
var
action0
:
Int
static
var
action_bar
:
Int
static
var
action_bar_activity_content
:
Int
static
var
action_bar_container
:
Int
static
var
action_bar_root
:
Int
static
var
action_bar_spinner
:
Int
static
var
action_bar_subtitle
:
Int
static
var
action_bar_title
:
Int
static
var
action_container
:
Int
static
var
action_context_bar
:
Int
static
var
action_divider
:
Int
static
var
action_image
:
Int
static
var
action_menu_divider
:
Int
static
var
action_menu_presenter
:
Int
static
var
action_mode_bar
:
Int
static
var
action_mode_bar_stub
:
Int
static
var
action_mode_close_button
:
Int
static
var
action_text
:
Int
static
var
actions
:
Int
static
var
activity_chooser_view_content
:
Int
static
var
alertTitle
:
Int
static
var
buttonPanel
:
Int
static
var
cancel_action
:
Int
static
var
checkbox
:
Int
static
var
chronometer
:
Int
static
var
container
:
Int
static
var
contentPanel
:
Int
static
var
coordinator
:
Int
static
var
custom
:
Int
static
var
customPanel
:
Int
static
var
decor_content_parent
:
Int
static
var
default_activity_button
:
Int
static
var
design_bottom_sheet
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_menu_item_action_area_stub
:
Int
static
var
design_menu_item_text
:
Int
static
var
design_navigation_view
:
Int
static
var
edit_query
:
Int
static
var
end_padder
:
Int
static
var
expand_activities_button
:
Int
static
var
expanded_menu
:
Int
static
var
gallery_image_holder
:
Int
static
var
gallery_image_select
:
Int
static
var
gallery_items_delete
:
Int
static
var
ghost_view
:
Int
static
var
home
:
Int
static
var
icon
:
Int
static
var
icon_group
:
Int
static
var
image
:
Int
static
var
info
:
Int
static
var
item_touch_helper_previous_elevation
:
Int
static
var
largeLabel
:
Int
static
var
line1
:
Int
static
var
line3
:
Int
static
var
list_item
:
Int
static
var
masked
:
Int
static
var
media_actions
:
Int
static
var
message
:
Int
static
var
navigation_header_container
:
Int
static
var
notification_background
:
Int
static
var
notification_main_column
:
Int
static
var
notification_main_column_container
:
Int
static
var
parentPanel
:
Int
static
var
parent_matrix
:
Int
static
var
progress_circular
:
Int
static
var
progress_horizontal
:
Int
static
var
provider_icon
:
Int
static
var
provider_name
:
Int
static
var
radio
:
Int
static
var
right_icon
:
Int
static
var
right_side
:
Int
static
var
save_image_matrix
:
Int
static
var
save_non_transition_alpha
:
Int
static
var
save_scale_type
:
Int
static
var
scrollIndicatorDown
:
Int
static
var
scrollIndicatorUp
:
Int
static
var
scrollView
:
Int
static
var
search_badge
:
Int
static
var
search_bar
:
Int
static
var
search_button
:
Int
static
var
search_close_btn
:
Int
static
var
search_edit_frame
:
Int
static
var
search_go_btn
:
Int
static
var
search_mag_icon
:
Int
static
var
search_plate
:
Int
static
var
search_src_text
:
Int
static
var
search_voice_btn
:
Int
static
var
select_dialog_listview
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
select_provider_dialog_provider_list
:
Int
static
var
shortcut
:
Int
static
var
smallLabel
:
Int
static
var
snackbar_action
:
Int
static
var
snackbar_text
:
Int
static
var
spacer
:
Int
static
var
split_action_bar
:
Int
static
var
status_bar_latest_event_content
:
Int
static
var
submenuarrow
:
Int
static
var
submit_area
:
Int
static
var
text
:
Int
static
var
text2
:
Int
static
var
textSpacerNoButtons
:
Int
static
var
textSpacerNoTitle
:
Int
static
var
text_input_password_toggle
:
Int
static
var
textinput_counter
:
Int
static
var
textinput_error
:
Int
static
var
time
:
Int
static
var
title
:
Int
static
var
titleDividerNoCustom
:
Int
static
var
title_template
:
Int
static
var
topPanel
:
Int
static
var
touch_outside
:
Int
static
var
transition_current_scene
:
Int
static
var
transition_layout_save
:
Int
static
var
transition_position
:
Int
static
var
transition_scene_layoutid_cache
:
Int
static
var
transition_transform
:
Int
static
var
up
:
Int
static
var
view_offset_helper
:
Int
static
var
visible
:
Int
class
integer
Module Contents
integer
(
)
static
var
abc_config_activityDefaultDur
:
Int
static
var
abc_config_activityShortDur
:
Int
static
var
app_bar_elevation_anim_duration
:
Int
static
var
bottom_sheet_slide_duration
:
Int
static
var
cancel_button_image_alpha
:
Int
static
var
config_tooltipAnimTime
:
Int
static
var
design_snackbar_text_max_lines
:
Int
static
var
hide_password_duration
:
Int
static
var
show_password_duration
:
Int
static
var
status_bar_notification_info_maxnum
:
Int
class
layout
Module Contents
layout
(
)
static
var
abc_action_bar_title_item
:
Int
static
var
abc_action_bar_up_container
:
Int
static
var
abc_action_bar_view_list_nav_layout
:
Int
static
var
abc_action_menu_item_layout
:
Int
static
var
abc_action_menu_layout
:
Int
static
var
abc_action_mode_bar
:
Int
static
var
abc_action_mode_close_item_material
:
Int
static
var
abc_activity_chooser_view
:
Int
static
var
abc_activity_chooser_view_list_item
:
Int
static
var
abc_alert_dialog_button_bar_material
:
Int
static
var
abc_alert_dialog_material
:
Int
static
var
abc_alert_dialog_title_material
:
Int
static
var
abc_dialog_title_material
:
Int
static
var
abc_expanded_menu_layout
:
Int
static
var
abc_list_menu_item_checkbox
:
Int
static
var
abc_list_menu_item_icon
:
Int
static
var
abc_list_menu_item_layout
:
Int
static
var
abc_list_menu_item_radio
:
Int
static
var
abc_popup_menu_header_item_layout
:
Int
static
var
abc_popup_menu_item_layout
:
Int
static
var
abc_screen_content_include
:
Int
static
var
abc_screen_simple
:
Int
static
var
abc_screen_simple_overlay_action_mode
:
Int
static
var
abc_screen_toolbar
:
Int
static
var
abc_search_dropdown_item_icons_2line
:
Int
static
var
abc_search_view
:
Int
static
var
abc_select_dialog_material
:
Int
static
var
design_bottom_navigation_item
:
Int
static
var
design_bottom_sheet_dialog
:
Int
static
var
design_layout_snackbar
:
Int
static
var
design_layout_snackbar_include
:
Int
static
var
design_layout_tab_icon
:
Int
static
var
design_layout_tab_text
:
Int
static
var
design_menu_item_action_area
:
Int
static
var
design_navigation_item
:
Int
static
var
design_navigation_item_header
:
Int
static
var
design_navigation_item_separator
:
Int
static
var
design_navigation_item_subheader
:
Int
static
var
design_navigation_menu
:
Int
static
var
design_navigation_menu_item
:
Int
static
var
design_text_input_password_icon
:
Int
static
var
gallery_image_item
:
Int
static
var
notification_action
:
Int
static
var
notification_action_tombstone
:
Int
static
var
notification_media_action
:
Int
static
var
notification_media_cancel_action
:
Int
static
var
notification_template_big_media
:
Int
static
var
notification_template_big_media_custom
:
Int
static
var
notification_template_big_media_narrow
:
Int
static
var
notification_template_big_media_narrow_custom
:
Int
static
var
notification_template_custom_big
:
Int
static
var
notification_template_icon_group
:
Int
static
var
notification_template_lines_media
:
Int
static
var
notification_template_media
:
Int
static
var
notification_template_media_custom
:
Int
static
var
notification_template_part_chronometer
:
Int
static
var
notification_template_part_time
:
Int
static
var
select_dialog_item_material
:
Int
static
var
select_dialog_multichoice_material
:
Int
static
var
select_dialog_singlechoice_material
:
Int
static
var
select_provider_bottom_dialog_content
:
Int
static
var
select_provider_bottom_dialog_item
:
Int
static
var
support_simple_spinner_dropdown_item
:
Int
static
var
tooltip
:
Int
class
menu
Module Contents
menu
(
)
static
var
gallery_toolbar_edit_mode
:
Int
class
string
Module Contents
string
(
)
static
var
abc_action_bar_home_description
:
Int
static
var
abc_action_bar_home_description_format
:
Int
static
var
abc_action_bar_home_subtitle_description_format
:
Int
static
var
abc_action_bar_up_description
:
Int
static
var
abc_action_menu_overflow_description
:
Int
static
var
abc_action_mode_done
:
Int
static
var
abc_activity_chooser_view_see_all
:
Int
static
var
abc_activitychooserview_choose_application
:
Int
static
var
abc_capital_off
:
Int
static
var
abc_capital_on
:
Int
static
var
abc_font_family_body_1_material
:
Int
static
var
abc_font_family_body_2_material
:
Int
static
var
abc_font_family_button_material
:
Int
static
var
abc_font_family_caption_material
:
Int
static
var
abc_font_family_display_1_material
:
Int
static
var
abc_font_family_display_2_material
:
Int
static
var
abc_font_family_display_3_material
:
Int
static
var
abc_font_family_display_4_material
:
Int
static
var
abc_font_family_headline_material
:
Int
static
var
abc_font_family_menu_material
:
Int
static
var
abc_font_family_subhead_material
:
Int
static
var
abc_font_family_title_material
:
Int
static
var
abc_search_hint
:
Int
static
var
abc_searchview_description_clear
:
Int
static
var
abc_searchview_description_query
:
Int
static
var
abc_searchview_description_search
:
Int
static
var
abc_searchview_description_submit
:
Int
static
var
abc_searchview_description_voice
:
Int
static
var
abc_shareactionprovider_share_with
:
Int
static
var
abc_shareactionprovider_share_with_application
:
Int
static
var
abc_toolbar_collapse_description
:
Int
static
var
add_tool_galler_add_button
:
Int
static
var
appbar_scrolling_view_behavior
:
Int
static
var
bottom_sheet_behavior
:
Int
static
var
camera_provider_name
:
Int
static
var
character_counter_pattern
:
Int
static
var
file_provider_name
:
Int
static
var
gallery_delete_images_menu_title
:
Int
static
var
password_toggle_content_description
:
Int
static
var
path_password_eye
:
Int
static
var
path_password_eye_mask_strike_through
:
Int
static
var
path_password_eye_mask_visible
:
Int
static
var
path_password_strike_through
:
Int
static
var
provider_icon_content_description
:
Int
static
var
search_menu_title
:
Int
static
var
select_provider_dialog_challenge
:
Int
static
var
status_bar_notification_info_overflow
:
Int
class
style
Module Contents
style
(
)
static
var
AlertDialog_AppCompat
:
Int
static
var
AlertDialog_AppCompat_Light
:
Int
static
var
Animation_AppCompat_Dialog
:
Int
static
var
Animation_AppCompat_DropDownUp
:
Int
static
var
Animation_AppCompat_Tooltip
:
Int
static
var
Animation_Design_BottomSheetDialog
:
Int
static
var
Base_AlertDialog_AppCompat
:
Int
static
var
Base_AlertDialog_AppCompat_Light
:
Int
static
var
Base_Animation_AppCompat_Dialog
:
Int
static
var
Base_Animation_AppCompat_DropDownUp
:
Int
static
var
Base_Animation_AppCompat_Tooltip
:
Int
static
var
Base_DialogWindowTitleBackground_AppCompat
:
Int
static
var
Base_DialogWindowTitle_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat
:
Int
static
var
Base_TextAppearance_AppCompat_Body1
:
Int
static
var
Base_TextAppearance_AppCompat_Body2
:
Int
static
var
Base_TextAppearance_AppCompat_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Caption
:
Int
static
var
Base_TextAppearance_AppCompat_Display1
:
Int
static
var
Base_TextAppearance_AppCompat_Display2
:
Int
static
var
Base_TextAppearance_AppCompat_Display3
:
Int
static
var
Base_TextAppearance_AppCompat_Display4
:
Int
static
var
Base_TextAppearance_AppCompat_Headline
:
Int
static
var
Base_TextAppearance_AppCompat_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Medium
:
Int
static
var
Base_TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead
:
Int
static
var
Base_TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Tooltip
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
Base_TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
Base_ThemeOverlay_AppCompat
:
Int
static
var
Base_ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
Base_ThemeOverlay_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat
:
Int
static
var
Base_Theme_AppCompat_CompactMenu
:
Int
static
var
Base_Theme_AppCompat_Dialog
:
Int
static
var
Base_Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Base_Theme_AppCompat_Light
:
Int
static
var
Base_Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_FixedSize
:
Int
static
var
Base_Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Base_V11_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Dialog
:
Int
static
var
Base_V11_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V12_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V12_Widget_AppCompat_EditText
:
Int
static
var
Base_V14_Widget_Design_AppBarLayout
:
Int
static
var
Base_V21_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat
:
Int
static
var
Base_V21_Theme_AppCompat_Dialog
:
Int
static
var
Base_V21_Theme_AppCompat_Light
:
Int
static
var
Base_V21_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V21_Widget_Design_AppBarLayout
:
Int
static
var
Base_V22_Theme_AppCompat
:
Int
static
var
Base_V22_Theme_AppCompat_Light
:
Int
static
var
Base_V23_Theme_AppCompat
:
Int
static
var
Base_V23_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Theme_AppCompat
:
Int
static
var
Base_V26_Theme_AppCompat_Light
:
Int
static
var
Base_V26_Widget_AppCompat_Toolbar
:
Int
static
var
Base_V26_Widget_Design_AppBarLayout
:
Int
static
var
Base_V7_ThemeOverlay_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat
:
Int
static
var
Base_V7_Theme_AppCompat_Dialog
:
Int
static
var
Base_V7_Theme_AppCompat_Light
:
Int
static
var
Base_V7_Theme_AppCompat_Light_Dialog
:
Int
static
var
Base_V7_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_V7_Widget_AppCompat_EditText
:
Int
static
var
Base_V7_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_ActionBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_ActionButton
:
Int
static
var
Base_Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Base_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Base_Widget_AppCompat_ActionMode
:
Int
static
var
Base_Widget_AppCompat_ActivityChooserView
:
Int
static
var
Base_Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Base_Widget_AppCompat_Button
:
Int
static
var
Base_Widget_AppCompat_ButtonBar
:
Int
static
var
Base_Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless
:
Int
static
var
Base_Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Base_Widget_AppCompat_Button_Colored
:
Int
static
var
Base_Widget_AppCompat_Button_Small
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Base_Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Base_Widget_AppCompat_DrawerArrowToggle_Common
:
Int
static
var
Base_Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Base_Widget_AppCompat_EditText
:
Int
static
var
Base_Widget_AppCompat_ImageButton
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Base_Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_ListMenuView
:
Int
static
var
Base_Widget_AppCompat_ListPopupWindow
:
Int
static
var
Base_Widget_AppCompat_ListView
:
Int
static
var
Base_Widget_AppCompat_ListView_DropDown
:
Int
static
var
Base_Widget_AppCompat_ListView_Menu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu
:
Int
static
var
Base_Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Base_Widget_AppCompat_PopupWindow
:
Int
static
var
Base_Widget_AppCompat_ProgressBar
:
Int
static
var
Base_Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Base_Widget_AppCompat_RatingBar
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Base_Widget_AppCompat_RatingBar_Small
:
Int
static
var
Base_Widget_AppCompat_SearchView
:
Int
static
var
Base_Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar
:
Int
static
var
Base_Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Base_Widget_AppCompat_Spinner
:
Int
static
var
Base_Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Base_Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Base_Widget_AppCompat_Toolbar
:
Int
static
var
Base_Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Base_Widget_Design_AppBarLayout
:
Int
static
var
Base_Widget_Design_TabLayout
:
Int
static
var
Platform_AppCompat
:
Int
static
var
Platform_AppCompat_Light
:
Int
static
var
Platform_ThemeOverlay_AppCompat
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Dark
:
Int
static
var
Platform_ThemeOverlay_AppCompat_Light
:
Int
static
var
Platform_V11_AppCompat
:
Int
static
var
Platform_V11_AppCompat_Light
:
Int
static
var
Platform_V14_AppCompat
:
Int
static
var
Platform_V14_AppCompat_Light
:
Int
static
var
Platform_V21_AppCompat
:
Int
static
var
Platform_V21_AppCompat_Light
:
Int
static
var
Platform_V25_AppCompat
:
Int
static
var
Platform_V25_AppCompat_Light
:
Int
static
var
Platform_Widget_AppCompat_Spinner
:
Int
static
var
RtlOverlay_DialogWindowTitle_AppCompat
:
Int
static
var
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_DialogTitle_Icon
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
:
Int
static
var
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
:
Int
static
var
RtlOverlay_Widget_AppCompat_SearchView_MagIcon
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Query
:
Int
static
var
RtlOverlay_Widget_AppCompat_Search_DropDown_Text
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton
:
Int
static
var
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
TextAppearance_AppCompat
:
Int
static
var
TextAppearance_AppCompat_Body1
:
Int
static
var
TextAppearance_AppCompat_Body2
:
Int
static
var
TextAppearance_AppCompat_Button
:
Int
static
var
TextAppearance_AppCompat_Caption
:
Int
static
var
TextAppearance_AppCompat_Display1
:
Int
static
var
TextAppearance_AppCompat_Display2
:
Int
static
var
TextAppearance_AppCompat_Display3
:
Int
static
var
TextAppearance_AppCompat_Display4
:
Int
static
var
TextAppearance_AppCompat_Headline
:
Int
static
var
TextAppearance_AppCompat_Inverse
:
Int
static
var
TextAppearance_AppCompat_Large
:
Int
static
var
TextAppearance_AppCompat_Large_Inverse
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Light_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Medium
:
Int
static
var
TextAppearance_AppCompat_Medium_Inverse
:
Int
static
var
TextAppearance_AppCompat_Menu
:
Int
static
var
TextAppearance_AppCompat_Notification
:
Int
static
var
TextAppearance_AppCompat_Notification_Info
:
Int
static
var
TextAppearance_AppCompat_Notification_Info_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2
:
Int
static
var
TextAppearance_AppCompat_Notification_Line2_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Time
:
Int
static
var
TextAppearance_AppCompat_Notification_Time_Media
:
Int
static
var
TextAppearance_AppCompat_Notification_Title
:
Int
static
var
TextAppearance_AppCompat_Notification_Title_Media
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Subtitle
:
Int
static
var
TextAppearance_AppCompat_SearchResult_Title
:
Int
static
var
TextAppearance_AppCompat_Small
:
Int
static
var
TextAppearance_AppCompat_Small_Inverse
:
Int
static
var
TextAppearance_AppCompat_Subhead
:
Int
static
var
TextAppearance_AppCompat_Subhead_Inverse
:
Int
static
var
TextAppearance_AppCompat_Title
:
Int
static
var
TextAppearance_AppCompat_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Tooltip
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Menu
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title
:
Int
static
var
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_Button
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Borderless_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Colored
:
Int
static
var
TextAppearance_AppCompat_Widget_Button_Inverse
:
Int
static
var
TextAppearance_AppCompat_Widget_DropDownItem
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Header
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Large
:
Int
static
var
TextAppearance_AppCompat_Widget_PopupMenu_Small
:
Int
static
var
TextAppearance_AppCompat_Widget_Switch
:
Int
static
var
TextAppearance_AppCompat_Widget_TextView_SpinnerItem
:
Int
static
var
TextAppearance_Design_CollapsingToolbar_Expanded
:
Int
static
var
TextAppearance_Design_Counter
:
Int
static
var
TextAppearance_Design_Counter_Overflow
:
Int
static
var
TextAppearance_Design_Error
:
Int
static
var
TextAppearance_Design_Hint
:
Int
static
var
TextAppearance_Design_Snackbar_Message
:
Int
static
var
TextAppearance_Design_Tab
:
Int
static
var
TextAppearance_StatusBar_EventContent
:
Int
static
var
TextAppearance_StatusBar_EventContent_Info
:
Int
static
var
TextAppearance_StatusBar_EventContent_Line2
:
Int
static
var
TextAppearance_StatusBar_EventContent_Time
:
Int
static
var
TextAppearance_StatusBar_EventContent_Title
:
Int
static
var
TextAppearance_Widget_AppCompat_ExpandedMenu_Item
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Subtitle
:
Int
static
var
TextAppearance_Widget_AppCompat_Toolbar_Title
:
Int
static
var
ThemeOverlay_AppCompat
:
Int
static
var
ThemeOverlay_AppCompat_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dark
:
Int
static
var
ThemeOverlay_AppCompat_Dark_ActionBar
:
Int
static
var
ThemeOverlay_AppCompat_Dialog
:
Int
static
var
ThemeOverlay_AppCompat_Dialog_Alert
:
Int
static
var
ThemeOverlay_AppCompat_Light
:
Int
static
var
Theme_AppCompat
:
Int
static
var
Theme_AppCompat_CompactMenu
:
Int
static
var
Theme_AppCompat_DayNight
:
Int
static
var
Theme_AppCompat_DayNight_DarkActionBar
:
Int
static
var
Theme_AppCompat_DayNight_Dialog
:
Int
static
var
Theme_AppCompat_DayNight_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_Alert
:
Int
static
var
Theme_AppCompat_DayNight_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_DayNight_NoActionBar
:
Int
static
var
Theme_AppCompat_Dialog
:
Int
static
var
Theme_AppCompat_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light
:
Int
static
var
Theme_AppCompat_Light_DarkActionBar
:
Int
static
var
Theme_AppCompat_Light_Dialog
:
Int
static
var
Theme_AppCompat_Light_DialogWhenLarge
:
Int
static
var
Theme_AppCompat_Light_Dialog_Alert
:
Int
static
var
Theme_AppCompat_Light_Dialog_MinWidth
:
Int
static
var
Theme_AppCompat_Light_NoActionBar
:
Int
static
var
Theme_AppCompat_NoActionBar
:
Int
static
var
Theme_Design
:
Int
static
var
Theme_Design_BottomSheetDialog
:
Int
static
var
Theme_Design_Light
:
Int
static
var
Theme_Design_Light_BottomSheetDialog
:
Int
static
var
Theme_Design_Light_NoActionBar
:
Int
static
var
Theme_Design_NoActionBar
:
Int
static
var
Widget_AppCompat_ActionBar
:
Int
static
var
Widget_AppCompat_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_ActionButton
:
Int
static
var
Widget_AppCompat_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_ActionMode
:
Int
static
var
Widget_AppCompat_ActivityChooserView
:
Int
static
var
Widget_AppCompat_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Button
:
Int
static
var
Widget_AppCompat_ButtonBar
:
Int
static
var
Widget_AppCompat_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Borderless
:
Int
static
var
Widget_AppCompat_Button_Borderless_Colored
:
Int
static
var
Widget_AppCompat_Button_ButtonBar_AlertDialog
:
Int
static
var
Widget_AppCompat_Button_Colored
:
Int
static
var
Widget_AppCompat_Button_Small
:
Int
static
var
Widget_AppCompat_CompoundButton_CheckBox
:
Int
static
var
Widget_AppCompat_CompoundButton_RadioButton
:
Int
static
var
Widget_AppCompat_CompoundButton_Switch
:
Int
static
var
Widget_AppCompat_DrawerArrowToggle
:
Int
static
var
Widget_AppCompat_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_EditText
:
Int
static
var
Widget_AppCompat_ImageButton
:
Int
static
var
Widget_AppCompat_Light_ActionBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid
:
Int
static
var
Widget_AppCompat_Light_ActionBar_Solid_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabBar_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabText_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView
:
Int
static
var
Widget_AppCompat_Light_ActionBar_TabView_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActionButton
:
Int
static
var
Widget_AppCompat_Light_ActionButton_CloseMode
:
Int
static
var
Widget_AppCompat_Light_ActionButton_Overflow
:
Int
static
var
Widget_AppCompat_Light_ActionMode_Inverse
:
Int
static
var
Widget_AppCompat_Light_ActivityChooserView
:
Int
static
var
Widget_AppCompat_Light_AutoCompleteTextView
:
Int
static
var
Widget_AppCompat_Light_DropDownItem_Spinner
:
Int
static
var
Widget_AppCompat_Light_ListPopupWindow
:
Int
static
var
Widget_AppCompat_Light_ListView_DropDown
:
Int
static
var
Widget_AppCompat_Light_PopupMenu
:
Int
static
var
Widget_AppCompat_Light_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_Light_SearchView
:
Int
static
var
Widget_AppCompat_Light_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_ListMenuView
:
Int
static
var
Widget_AppCompat_ListPopupWindow
:
Int
static
var
Widget_AppCompat_ListView
:
Int
static
var
Widget_AppCompat_ListView_DropDown
:
Int
static
var
Widget_AppCompat_ListView_Menu
:
Int
static
var
Widget_AppCompat_NotificationActionContainer
:
Int
static
var
Widget_AppCompat_NotificationActionText
:
Int
static
var
Widget_AppCompat_PopupMenu
:
Int
static
var
Widget_AppCompat_PopupMenu_Overflow
:
Int
static
var
Widget_AppCompat_PopupWindow
:
Int
static
var
Widget_AppCompat_ProgressBar
:
Int
static
var
Widget_AppCompat_ProgressBar_Horizontal
:
Int
static
var
Widget_AppCompat_RatingBar
:
Int
static
var
Widget_AppCompat_RatingBar_Indicator
:
Int
static
var
Widget_AppCompat_RatingBar_Small
:
Int
static
var
Widget_AppCompat_SearchView
:
Int
static
var
Widget_AppCompat_SearchView_ActionBar
:
Int
static
var
Widget_AppCompat_SeekBar
:
Int
static
var
Widget_AppCompat_SeekBar_Discrete
:
Int
static
var
Widget_AppCompat_Spinner
:
Int
static
var
Widget_AppCompat_Spinner_DropDown
:
Int
static
var
Widget_AppCompat_Spinner_DropDown_ActionBar
:
Int
static
var
Widget_AppCompat_Spinner_Underlined
:
Int
static
var
Widget_AppCompat_TextView_SpinnerItem
:
Int
static
var
Widget_AppCompat_Toolbar
:
Int
static
var
Widget_AppCompat_Toolbar_Button_Navigation
:
Int
static
var
Widget_Design_AppBarLayout
:
Int
static
var
Widget_Design_BottomNavigationView
:
Int
static
var
Widget_Design_BottomSheet_Modal
:
Int
static
var
Widget_Design_CollapsingToolbar
:
Int
static
var
Widget_Design_CoordinatorLayout
:
Int
static
var
Widget_Design_FloatingActionButton
:
Int
static
var
Widget_Design_NavigationView
:
Int
static
var
Widget_Design_ScrimInsetsFrameLayout
:
Int
static
var
Widget_Design_Snackbar
:
Int
static
var
Widget_Design_TabLayout
:
Int
static
var
Widget_Design_TextInputLayout
:
Int
class
styleable
Module Contents
styleable
(
)
static
var
FontFamily
:
IntArray
static
var
FontFamilyFont
:
IntArray
static
var
FontFamilyFont_font
:
Int
static
var
FontFamily_fontProviderFetchTimeout
:
Int
static
var
GalleryView
:
IntArray
static
var
GalleryView_gw_edit_mode_enabled
:
Int
static
var
Toolbar
:
IntArray
static
var
Toolbar_subtitleTextAppearance
:
Int
class
xml
Module Contents
xml
(
)
static
var
paths
:
Int
package
com.vinisoft.galleryview.internal
Module Contents
interface
GalleryProviderContract
Module Contents
abstract
fun
onImageAdded
(
image
:
GalleryImage
)
:
Unit
abstract
fun
onImagesAdded
(
images
:
List
<
GalleryImage
>
)
:
Unit
package
com.vinisoft.galleryview.provider
Module Contents
class
CameraImageProvider
:
BaseActivityProvider
Module Contents
CameraImageProvider
(
activity
:
Activity
)
fun
getProviderIcon
(
)
:
Int
fun
getProviderTitle
(
)
:
String
fun
onActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
)
:
Unit
fun
onPermissionResult
(
requestCode
:
Int
,
permissions
:
Array
<
String
>
,
grantResults
:
IntArray
)
:
Unit
fun
startProvider
(
)
:
Unit
open
class
FileImageProvider
:
BaseActivityProvider
Module Contents
FileImageProvider
(
activity
:
Activity
)
fun
enableMultipleImagePick
(
)
:
Unit
open
fun
getProviderIcon
(
)
:
Int
open
fun
getProviderTitle
(
)
:
String
open
fun
onActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
)
:
Unit
open
fun
onPermissionResult
(
requestCode
:
Int
,
permissions
:
Array
<
String
>
,
grantResults
:
IntArray
)
:
Unit
open
fun
startProvider
(
)
:
Unit
package
com.vinisoft.galleryview.provider.base
Module Contents
abstract
class
BaseActivityProvider
:
BaseImageProvider
Module Contents
BaseActivityProvider
(
activity
:
Activity
)
val
activity
:
Activity
abstract
fun
onActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
)
:
Unit
abstract
fun
onPermissionResult
(
requestCode
:
Int
,
permissions
:
Array
<
String
>
,
grantResults
:
IntArray
)
:
Unit
abstract
class
BaseImageProvider
Module Contents
BaseImageProvider
(
)
protected
fun
createImage
(
originalPath
:
Uri
,
thumbinalPath
:
Uri
,
thumbinalSmallPath
:
Uri
,
width
:
Int
,
height
:
Int
)
:
GalleryImage
var
gallerProviderContract
:
GalleryProviderContract
?
@DrawableRes
abstract
fun
getProviderIcon
(
)
:
Int
abstract
fun
getProviderTitle
(
)
:
String
fun
onImageSelected
(
image
:
GalleryImage
)
:
Unit
fun
onImagesSelected
(
images
:
List
<
GalleryImage
>
)
:
Unit
abstract
fun
startProvider
(
)
:
Unit
package
com.vinisoft.galleryview.provider.dialog
Module Contents
class
ProviderDialogAdapter
:
Adapter
<
ProviderDialogItemViewHolder
>
Module Contents
ProviderDialogAdapter
(
)
var
callback
:
ProviderSelectedCallback
?
fun
getItemCount
(
)
:
Int
var
items
:
ArrayList
<
ProviderItem
>
fun
onBindViewHolder
(
holder
:
ProviderDialogItemViewHolder
?
,
position
:
Int
)
:
Unit
fun
onCreateViewHolder
(
parent
:
ViewGroup
?
,
viewType
:
Int
)
:
ProviderDialogItemViewHolder
class
ProviderDialogItemViewHolder
:
ViewHolder
Module Contents
ProviderDialogItemViewHolder
(
view
:
View
)
fun
bind
(
item
:
ProviderItem
,
callback
:
ProviderSelectedCallback
?
)
:
Unit
data
class
ProviderItem
Module Contents
ProviderItem
(
@DrawableRes
icon
:
Int
,
title
:
String
)
val
icon
:
Int
val
title
:
String
interface
ProviderSelectedCallback
Module Contents
abstract
fun
onSelectedProvider
(
position
:
Int
)
:
Unit
class
SelectProviderDialog
:
BottomSheetDialogFragment
Module Contents
SelectProviderDialog
(
manager
:
FragmentManager
,
callback
:
SelectProviderDialogCallback
,
providers
:
List
<
BaseImageProvider
>
)
val
callback
:
SelectProviderDialogCallback
val
manager
:
FragmentManager
fun
onDismiss
(
dialog
:
DialogInterface
?
)
:
Unit
val
providers
:
List
<
BaseImageProvider
>
fun
setupDialog
(
dialog
:
Dialog
?
,
style
:
Int
)
:
Unit
fun
show
(
)
:
Unit
interface
SelectProviderDialogCallback
Module Contents
abstract
fun
onItemSelected
(
position
:
Int
)
:
Unit
abstract
fun
onSelectionCancelled
(
)
:
Unit